projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ab4f9
)
Link to new documentation
author
Rello
<Rello@users.noreply.github.com>
Fri, 31 Jan 2025 07:15:41 +0000
(08:15 +0100)
committer
Matthieu Gallien
<matthieu.gallien@nextcloud.com>
Fri, 31 Jan 2025 09:26:58 +0000
(10:26 +0100)
Signed-off-by: Rello <Rello@users.noreply.github.com>
src/libsync/theme.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/theme.cpp
b/src/libsync/theme.cpp
index 7850f7ff03abe642af6108c749518c92cf4dad7b..f25ff9b58f0795b3d7ca3e1c5f69f26177022dd4 100644
(file)
--- a/
src/libsync/theme.cpp
+++ b/
src/libsync/theme.cpp
@@
-432,7
+432,7
@@
QString Theme::helpUrl() const
#ifdef APPLICATION_HELP_URL
return QString::fromLatin1(APPLICATION_HELP_URL);
#else
- return QString::fromLatin1("https://docs.nextcloud.com/
desktop/%1.%2/").arg(MIRALL_VERSION_MAJOR).arg(MIRALL_VERSION_MINOR
);
+ return QString::fromLatin1("https://docs.nextcloud.com/
#desktop"
);
#endif
}